home *** CD-ROM | disk | FTP | other *** search
/ WinDesk 95 - An MPC Encyclopedia / WinDesk 95 - An MPC Encyclopedia.iso / power / lstrial2.000 / main.con < prev    next >
Text File  |  1995-12-05  |  904b  |  41 lines

  1. Status "Main Menu"
  2.  
  3. 'M' Menu "Mail.Con"
  4. 'F' Menu "File.Con"
  5. 'I' Menu "Info.Con"
  6.  
  7. 'T' Addlog "  [@TIME@]...Entered Teleconference"
  8. 'T' Status "Teleconference"
  9. 'T' Door "\Ls\lsChat.Bat"
  10.  
  11. 'D' Menu "Games.Con"
  12.  
  13. 'V' Addlog "  [@TIME@]...Entered lsVote"
  14. 'V' Status "Voting Booth"
  15. 'V' Door "\Ls\lsVote.Bat"
  16.  
  17. 'C' Menu "Comment.Con"
  18.  
  19. 'P' Addlog "  [@TIME@]...Paged Sysop"
  20. 'P' Internal 0 5
  21. 'P' If Code[1] Off
  22.   'P' Show "NoSysop.Asc"
  23.   'P' Display "Do you wish to leave a comment to a sysop?  "
  24.   'P' If Ask Yes
  25.     'P' Internal 0 6 Sysop 
  26. ;   'P' Menu "Comment.Con"
  27. ;  You could use the line above instead to let the user select WHICH sysop...
  28.   'P' Endif
  29. 'P' Endif
  30.  
  31. 'N' Status "News"
  32. 'N' Addlog "  [@TIME@]...Read the news"
  33. 'N' Show "News.Asc"
  34.  
  35. 'A' AddLog "  [@TIME@]...Account editor"
  36. 'A' Status "Account Edit"
  37. 'A' Internal 1 1
  38.  
  39. 'R' Status "Registery"
  40. 'R' Menu "Reg.Con"
  41.